Skip to content

Conversation

@jbat
Copy link
Member

@jbat jbat commented Jul 9, 2025

https://jobready.atlassian.net/browse/NEP-19931

With Faraday 2 architecture extracting functionality to modularisation with separate gems
we can add in some common middleware gems as part of this upgrade

https://github.com/tisba/faraday-follow-redirects

https://github.com/lostisland/faraday-http

https://github.com/lostisland/faraday-multipart

https://github.com/lostisland/faraday-retry

interval_randomness: 0.5,
backoff_factor: 2
}
end
Copy link
Member Author

@jbat jbat Jul 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for now went with retry option examples as per usage doc

Above results in a first interval that is random between 0.05 and 0.075 and a second interval that is random between 0.1 and 0.125.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants